projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e4a6101
)
ngl: Fix an oversight
author
Matthias Clasen
<mclasen@redhat.com>
Fri, 9 Apr 2021 03:10:10 +0000
(23:10 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Fri, 9 Apr 2021 03:34:37 +0000
(23:34 -0400)
All the rest of debug spew goes to stderr here.
gsk/ngl/gsknglcommandqueue.c
patch
|
blob
|
history
diff --git
a/gsk/ngl/gsknglcommandqueue.c
b/gsk/ngl/gsknglcommandqueue.c
index bdfef2f35cefdbec6c38dec5ec5f5088af7885d3..4ce1628e2f2f07863d48358c02443b2882c36f27 100644
(file)
--- a/
gsk/ngl/gsknglcommandqueue.c
+++ b/
gsk/ngl/gsknglcommandqueue.c
@@
-169,7
+169,7
@@
gsk_ngl_command_queue_print_batch (GskNglCommandQueue *self,
for (guint i = 0; i < batch->draw.bind_count; i++)
{
const GskNglCommandBind *bind = &self->batch_binds.items[batch->draw.bind_offset + i];
- g_print (" Bind[%d]: %u\n", bind->texture, bind->id);
+ g_print
err
(" Bind[%d]: %u\n", bind->texture, bind->id);
}
for (guint i = 0; i < batch->draw.uniform_count; i++)